home *** CD-ROM | disk | FTP | other *** search
/ Visual Basic Toolbox / Visual Basic Toolbox (P.I.E.)(1996).ISO / dde / ddecc / readme.txt < prev    next >
Encoding:
Text File  |  1995-01-29  |  974 b   |  24 lines

  1.  
  2.                 DDE Control Centre
  3.                 """"""""""""""""""
  4.  
  5. DDE Control Centre was originally written to experiment with DDE, 
  6. and to determine what applications provided program control via DDE.
  7.  
  8. The initial design simply "peeked" and "poked" the various settings 
  9. provided by applications such as Window's Program Manager, Lotus 1-2-3 
  10. and Microsoft Access, but later developed to include a simplistic macro 
  11. language.
  12.  
  13. This allowed various DDE conversations to be pre-scripted using DDE, and 
  14. then incorporated into final applications.
  15.  
  16. Since then, the language has grown to encompass some of the more commonly 
  17. required functions of inter-process communication including AppActivate, 
  18. Maximize/Maximise, Minimize/Minimise, etc.
  19.  
  20. If interest is sufficient, this language will be expanded to include 
  21. variables, loops, and many of the features we have come to expect from 
  22. standard application programming languages such as Visual Basic, 
  23. Applications Edition.
  24.